Add a fallback for unconverted backends
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Apr 2016 13:07:56 +0000 (09:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Apr 2016 03:18:16 +0000 (23:18 -0400)
commitb6c4ba0e2ad1e0a30a941594e4003399e74f5792
tree2cf9a957a8291e91446f90d6ba7d307306c62156
parent9d719b99893297bdd1675217ba9a7c8575cc0d80
Add a fallback for unconverted backends

If the monitor vfuncs are not implemented in a display class,
fall back to providing a single monitor object representing
the entire screen. This is not meant to be 'good enough', it
is just to provide some implementation until all backends
implement the monitor vfuncs. When that is the case, the
fallback should be removed.
gdk/gdkdisplay.c